home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / libslp1.postinst < prev    next >
Encoding:
Text File  |  2010-07-31  |  274 b   |  21 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Source debconf library.
  6. . /usr/share/debconf/confmodule
  7.  
  8. if [ "$1" = "configure" ]
  9. then
  10.     ldconfig /usr/lib/libslp.so.1
  11. fi
  12.  
  13. # Automatically added by dh_makeshlibs
  14. if [ "$1" = "configure" ]; then
  15.     ldconfig
  16. fi
  17. # End automatically added section
  18.  
  19.  
  20. exit 0
  21.